home *** CD-ROM | disk | FTP | other *** search
- Short: Count (blank) lines of ascii files
- Uploader: tcn@techbase.in-berlin.de (Timo C. Nentwig)
- Author: tcn@techbase.in-berlin.de (Timo C. Nentwig)
- Type: util/misc
-
- Since my programs were spread over more than 1 source I didn't know
- how much lines the whole program enfolded.
-
- This is just a little program that scans all your specified files
- (incl. pattern matching) and returns
-
- · count of lines in current file and all files together
- · count of blank lines in current file and all files together
- · length of current file (in bytes) and all files together
-
- Source in C is included.
-